home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6197 < prev    next >
Encoding:
Text File  |  1996-08-05  |  829 b   |  22 lines

  1. Newsgroups: comp.lang.c
  2. Path: usenet.logical.net!news
  3. From: alexandr@logical.net (Rick & Diane Alexander)
  4. Subject: DOS timeout and underline
  5. Sender: news@logical.net
  6. Message-ID: <Dn7J74.M49@logical.net>
  7. Date: Fri, 23 Feb 1996 02:36:17 GMT
  8. X-Nntp-Posting-Host: dialup12.logical.net
  9. X-Newsreader: Forte Free Agent 1.0.82
  10.  
  11. I wrote a little DOS-based data input program, and need to either
  12. hilight the input fields, or underline them. 
  13. Also, need to timeout when user does not save data after a few
  14. minutes. Developed in Borland C 4.52
  15. Does anyone have any ideas on where to turn to get this done.
  16. I originally wrote this in UNIX C, and the unix CURSES.H library had
  17. the underline routine, and the SIGNAL.H library had a timed ALARM that
  18. would flag after so many seconds.
  19. Thanks in advance, if anyone has any ideas.
  20. Rick Alexander 
  21.  
  22.